home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC User 2002 August
/
Disc 2
/
PCU0802CD2.iso
/
tutorial
/
macromed
/
files
/
square_root.swf
/
texts
/
18.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-06-23
|
290 b
|
10 lines
On (Release)
Set Variable: "i" = "0"
Set Variable: "x" = "1"
Loop While (i < 20)
Set Variable: "x" = x-((x*x-value)/(2*x))
Set Variable: "i" = i+1
End Loop
Set Variable: "squareRoot" = x
End On